Uses of Enum
com.cisco.pt.ipc.enums.CallState
Packages that use CallState
-
Uses of CallState in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return CallStateModifier and TypeMethodDescriptionstatic CallStateCallState.fromIntValue(int value) static CallStateCallState.fromIntValue(Integer value) static CallStateReturns the enum constant of this type with the specified name.static CallState[]CallState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CallState in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return CallStateMethods in com.cisco.pt.ipc.sim.pdu with parameters of type CallState -
Uses of CallState in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as CallStateModifier and TypeFieldDescriptionprotected CallStateAnalogPhoneSignalImpl.callStateprotected CallStateSccpMessageImpl.stateMethods in com.cisco.pt.ipc.sim.pdu.impl that return CallStateModifier and TypeMethodDescriptionAnalogPhoneSignalImpl.getCallState()SccpMessageImpl.getState()Methods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type CallStateModifier and TypeMethodDescriptionvoidAnalogPhoneSignalImpl.setCallState(CallState callState) void